-
Notifications
You must be signed in to change notification settings - Fork 83
Flytectl get started added for running example #58
Conversation
Codecov Report
@@ Coverage Diff @@
## master #58 +/- ##
==========================================
+ Coverage 45.98% 50.69% +4.71%
==========================================
Files 35 40 +5
Lines 1046 1150 +104
==========================================
+ Hits 481 583 +102
- Misses 491 500 +9
+ Partials 74 67 -7
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
@evalsocket You would need to sign the commits using the GPG keys for this repo. Hence the merge is blocked. Also if possible once you are able to do this , Can you add this to Getting started page so the contributors are aware of this new change. |
@pmahindrakar-oss let's merge it after flytesnack release |
Ping me or @kumare3 to merge it once the aritifacts are available for flytesnacks. And also instead of going of a static version can this pick whats the latest available. |
@pmahindrakar-oss @kumare3 flytesnacks examples are available in the new release, you can merge it https://github.com/flyteorg/flytesnacks/releases/tag/v0.2.89 |
README.md
Outdated
|
||
```bash | ||
# Run Core workflows | ||
$ flytectl register files https://github.com/flyteorg/flytesnacks/release/releases/download/v0.2.89/flytesnacks-core.tgz -d development -p flytesnacks --archive |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can we have this download the latest release version?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@katrogan that would be hard, as the semantics of the release URL are not know to flytectl
IMO @pmahindrakar-oss, @katrogan we should probably have a different cli target
flytectl register examples --version v0.2.89
# OR defaults to latest if --version is not provided?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also now that we have multiple modules and each with its own archive then we would additionally need option for that too. eg : https://github.com/flyteorg/flytesnacks/releases/download/v0.2.89/flytesnacks-integrations-hive.tgz.
All examples can currently be registerd by passing list of archives in the same command
this did not work for me
|
The reason for the failure - bad path @evalsocket -
worked! |
Signed-off-by: yuvraj <[email protected]>
TL;DR
For testing examples are available at https://github.com/flyteorg/flytesnacks/releases/tag/v0.2.89
Type
Are all requirements met?
Complete description
Tracking Issue
https://github.com/lyft/flyte/issues/
Follow-up issue
flyteorg/flytesnacks#166
flyteorg/flyte#942